home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 November / SOTMC_Nov1999-Ultimate.iso / mac / REALbasic ƒ / Examples / Applications / Sing-a-Password ƒ / Read me < prev    next >
Encoding:
Text File  |  1998-06-25  |  2.5 KB  |  34 lines  |  [TEXT/ttxt]

  1.                                                             Sing-a-Password
  2. is a quality random password generator with mnemonic aids. Sure, there are password generators out there. However, few of them are truly random, because they use pseudo-random number generators. Sing-a-Password uses a constant stream of random numbers selected by user input;  the use of the timing of mouse clicks results in true randomness.  What is unique to Sing-a-password is the consideration of the HUMAN BRAIN by the inclusion of fun mnemonics, with secure hints for remembering the password.
  3.  
  4.      This program allows individuals to securely generate truly random passwords of any given length, while providing mnemonic aids and exercises by which such passwords may be remembered.
  5.  
  6.  
  7. Why Singing?  I'm a bad singer.  Will this prevent me from using the program?
  8. You don't have to sing.  The singing is not the password.  It's just a trick to help you remember the lyrics and therefore the password.  Just humming the tune will help you remember (see below).  
  9.  
  10. Secure hints for your password:
  11. Research in psychology has shown that when you memorize two things at once, one acts as a clue for the other and significantly improves recall. Your hint is the melody of a song. This melody is completely secure, because only you know the lyrics that have been generated just for you by Sing-a-password, and that you memorized with the tune. You can even post the tune on the internet, and no one will be able to guess the length of your password or get any information on what it is.
  12.  
  13. Once a password has been generated, mnemonic sentences and tunes are matched to each character of the password. The hopefully amusing lyrics will help associating the password to familiar knowledge. The repetitive aspect of lyrics and the melody also help memorisation.
  14. So, you don't really need to sing your password.  Just hum the tune to help you memorize and then remember.
  15.  
  16. Fun to use
  17. -Hear the computer sing with different voices (note that some of the voices don't work right;  those are the "Macintalk Pro" voices like Bruce, Victoria and Agnes)
  18. -Zanny lyrics
  19. -How fast can you type your password?
  20. -To come: HangMan and Repeat After Me exercises
  21.  
  22. Sing-a-Password gives you Greater Security with
  23. -Fresh passwords
  24. -Secure passwords: 
  25.     ÑLonger passwords using the entire printable set of ASCII code
  26.     ÑHigh quality, truly random number generator
  27.     ÑSecure password generation
  28.     ÑPasswords are tested against dictionaries
  29. -Less forgetting
  30. -Constant feedback on the quality of your password
  31.  
  32. Pascal Meunier, all rights reserved copyright 1998
  33. pascal@kagi.com
  34.